object FrmEmoticons: TFrmEmoticons Left = 376 Top = 135 Width = 287 Height = 253 BorderIcons = [biSystemMenu] BorderStyle = bsSizeToolWin Caption = 'Emoticons' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( 279 213) PixelsPerInch = 120 TextHeight = 16 object BtnCancel: TButton Left = 243 Top = 183 Width = 29 Height = 25 Anchors = [akRight, akBottom] Cancel = True ModalResult = 2 TabOrder = 1 TabStop = False end object HTML: THTMLViewer Left = 0 Top = 0 Width = 279 Height = 213 OnHotSpotClick = HTMLHotSpotClick TabOrder = 0 Align = alClient BorderStyle = htNone HistoryMaxCount = 0 DefFontName = 'Times New Roman' DefPreFontName = 'Courier New' NoSelect = False CharSet = DEFAULT_CHARSET PrintMarginLeft = 2 PrintMarginRight = 2 PrintMarginTop = 2 PrintMarginBottom = 2 end end